home *** CD-ROM | disk | FTP | other *** search
/ Mastering Web Site Development / Microsoft Mastering Web Site Development (Microsoft) (1997).iso / Labs / StateUFinal / StyleSheets / Grid / STYLE2.CSS < prev   
Encoding:
Cascading Style Sheet File  |  1997-04-24  |  1.7 KB  |  114 lines

  1.   BODY { 
  2.         font: 10pt "Arial";
  3.         margin-left: 0px;
  4.         text-align: left;
  5.         color: Black;
  6.         background: transparent;
  7.         }
  8.  
  9.   P { 
  10.         margin-left: 0px;
  11.         margin-right: 0px;
  12.         text-indent: 0px; 
  13.         font: 10pt "Arial";
  14.         color: Black;
  15.         background: transparent;
  16.         }
  17.  
  18.  
  19.  
  20.   H1 {
  21.           margin-left: 0px;
  22.         font: 28pt "Courier New";
  23.         color: CornflowerBlue;
  24.         font-weight: bold;
  25.         background: transparent;
  26.         }
  27.  
  28.   H2 {
  29.           margin-left: 0px;
  30.         font: 18pt "Courier New";
  31.         color: CornFlowerBlue;
  32.         font-weight: bold;
  33.         background: transparent;
  34.         }
  35.  
  36.   H3 {
  37.           margin-left: 0px;
  38.         font: 14pt "Courier New";
  39.         color: CornFlowerBlue;
  40.         font-weight: bold;
  41.         background: transparent;
  42.         }
  43.  
  44.   H4 {
  45.           margin-left: 0px;
  46.         font: 10pt "Arial";
  47.         color: CornFlowerBlue;
  48.         font-weight: bold;
  49.         background: transparent;
  50.         }
  51.  
  52.   H5 {
  53.           margin-left: 0px;
  54.         font: 8pt "Arial";
  55.         color: Black;
  56.         background: transparent;
  57.         }
  58.  
  59.   TH {
  60.         font: 18pt "Courier New";
  61.         color: white;
  62.         font-weight: bold;
  63.         }
  64.  
  65.   TD {    
  66.         font: 10pt "Arial";
  67.         color: teal;
  68.         }
  69.  
  70.   LI { 
  71.         display: list-item;
  72.         font: 12pt "Arial";
  73.         margin-left: 0px;
  74.         }    
  75.  
  76.   DL {    
  77.         display: list-item;
  78.  
  79.         }
  80.  
  81.   DT {
  82.         margin-left: 0px;
  83.         text-align: left;
  84.         font: 12pt "Arial";
  85.         font-weight: bold;
  86.         color: CornFlowerBlue;
  87.         }
  88.  
  89.   DD {
  90.         margin-left: 0px;
  91.         text-align: left;
  92.         font: 12pt "Arial";
  93.         color: Black;
  94.         }
  95.  
  96.   B, STRONG { 
  97.         font-weight: bold
  98.         } 
  99.   I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { 
  100.         font-style: italic 
  101.         }
  102.   PRE, TT, CODE, KBD, SAMP { 
  103.         font-family: monospace 
  104.         }
  105.  
  106.   A:LINK {
  107.         color: Blue; 
  108.         text-decoration: none;
  109.         }
  110.  
  111.   A:VISITED {
  112.         color: BlueViolet; 
  113.         text-decoration: none;
  114.         }